footer {
    width: 100%;
    display: flex;

    justify-content: space-between;

    position: absolute;
    bottom: 30px;
}

footer div {
    position: absolute;
}

.text {
    left: 10px;
    font-family: "Inter";
    font-weight: 500;
    color: #A9A9A9;
}

.social-networks {
    right: 10px;
}

.social-networks img {
    margin-right: 15px;
}